.topcon {
	width: 100%;
	text-align: center;
}
.topcon .tit {
	font-size: 30px;
	font-weight: 400;
	color: #333333;
}
.topcon .small {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}

/* 轮播图 开始 */
.banner {
	width: 100%;
}
.banner .swiper-wrapper {
	width: 100%;
}
.banner .imgbox {
	width: 100%;
	line-height: 0;
	font-size: 0;
}
.banner .swiper-wrapper .swiper-slide .imgbox img {
	width: 100%;
	height: auto;
}
/* 轮播图 结束 */

/* 统计 开始 */
.count-section {
	padding: 60px 0;
}
.count-section .group {
	width: 100%;
	border-right: 1px solid #ddd;
}
.count-section .group.nobor {
	border-right: 0;
}
.count-section .group .num {
	width: 100%;
	text-align: center;
	font-size: 48px;
	font-weight: 300;
	color: #274c9f;
	position: relative;
	top: -10px;
}
.count-section .group .num .unit {
	font-size: 16px;
	display: inline-block;
	vertical-align: text-top;
	line-height: 46px;
}
.count-section .group .text {
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	position: relative;
	top: -10px;
}
/* 统计 结束 */

/* 我们的服务 开始 */
.service-section {
	padding: 60px 0;
}
.service-section .topcon {
	margin-bottom: 60px;
}
.service-section .group {
	width: 100%;
	border: 1px solid #f3f7fb;
	box-shadow: -4px 0px 8px 4px rgba(171,188,206,0.55); 
}
.service-section .group .g-top {
	width: 100%;
	padding: 30px;
	background-color: #F3F7FB;
}
.service-section .group .g-top .tit {
	font-size: 26px;
	color: #333;
}
.service-section .group .g-con {
	width: 100%;
	padding: 30px;
}
.service-section .group .g-con .item {
	width: 100%;
	height: 115px;
}
.service-section .group .g-con .item .text {
	width: 100%;
	font-size: 20px;
	font-weight: 700;
}
.service-section .group .g-con .item .icon {
	position: relative;
	top: 4px;
	color: #274C9F;
	margin-right: 10px;
	font-weight: 700;
}
.service-section .group .g-con .samll {
	font-size: 16px;
	font-weight: 400;
	color: #999;
}
/* 我们的服务 结束 */

/* 快速开发 开始 */
.fast-section {
	padding: 60px 0;
}
.fast-section .topcon {
	margin-bottom: 76px;
}
.fast-section .colbox {
	padding: 0;
}
.fast-section .group {
	width: 100%;
	height: 278px;
	padding: 70px 40px 20px 40px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.fast-section .colbox:nth-child(3n) .group {
	border-right: 0;
}
.fast-section .colbox:nth-child(4) .group,
.fast-section .colbox:nth-child(5) .group,
.fast-section .colbox:nth-child(6) .group {
	border-bottom: 0;
}
.fast-section .group .number {
	font-size: 30px;
	font-weight: 700;
	color: #274c9f;
}
.fast-section .group .text {
	font-size: 20px;
	font-weight: 400;
	color: #333;
}
.fast-section .group .small {
	font-size: 16px;
	font-weight: 400;
	color: #999;
}
.fast-section .group:hover {
	background-color: #274C9F;
}
.fast-section .group:hover .number, .fast-section .group:hover .text, .fast-section .group:hover .small {
	color: #fff;
}
/* 快速开发 结束 */

/* 优秀案例 开始 */
.case-section {
	padding: 60px 0;
}
.case-section .topcon {
	margin-bottom: 10px;
}
.case-section .tabbox {
	width: 100%;
	margin-bottom: 60px;
}
.case-section .tabbox .group {
	margin-bottom: 10px;
}
.case-section .tabbox .group a {
	font-size: 16px;
	font-weight: 400;
	color: #333;
}
.case-section .tabbox .group.on a, .case-section .tabbox .group:hover a {
	color: #274c9f;
}
.case-section .tabbox .group .hr {
	color: #333;
	font-size: 16px;
	margin: 0 10px;
}
.case-section .contentBox {
	width: 100%;
}
.case-section .contentBox .casebox {
	width: 100%;
	opacity: 0;
	height: 0;
	overflow: hidden;
}
.case-section .contentBox .casebox.cur {
	height: auto;
	animation: fadeInUpM 500ms .1s forwards;
}
.case-section .contentBox .casebox.cur .group {
	width: 210px;
	margin: 0 10px 20px 10px;
}
.case-section .contentBox .casebox.cur .group .imgbox {
	width: 100%;
	height: 380px;
	line-height: 0;
	font-size: 0;
	position: relative;
	margin-bottom: 10px;
}
.case-section .contentBox .casebox.cur .group .imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.case-section .contentBox .casebox.cur .group .qrcodemask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.case-section .contentBox .casebox.cur .group .qrcodebox {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}
.case-section .contentBox .casebox.cur .group .qrcodebox .qrcode {
	width: 80px;
	height: 80px;
	line-height: 0;
	font-size: 0;
	margin-bottom: 10px;
}
.case-section .contentBox .casebox.cur .group .qrcodebox .text {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}
.case-section .contentBox .casebox.cur .group .title {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	text-align: center;
}
.case-section .contentBox .casebox.cur .group .hidden {
	display: none;
}
.case-section .contentBox .casebox.cur .group:hover .hidden {
	display: block;
}
.case-section .contentBox .casebox.cur .group.g-empty {
	height: 0;
	margin-bottom: 0;
}
/* 优秀案例 结束 */

/* 开发流程 开始 */
.process-section {
	padding: 60px 0;
}
.process-section .topcon {
	margin-bottom: 40px;
}
.process-section .group {
	width: 100%;
	margin-bottom: 10px;
}
.process-section .group .imgbox {
	width: 320px;
	height: 320px;
	line-height: 0;
	font-size: 0;
	margin: 0 auto 30px;
}
.process-section .group .imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.process-section .group .title {
	width: 100%;
	text-align: center;
	font-size: 26px;
	font-weight: 400;
	color: #333;
	margin-bottom: 20px;
}
.process-section .group .small {
	width: 80%;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #999;
	margin: 0 auto;
}
/* 开发流程 结束 */

/* 新闻资讯 开始 */
.news-section {
	padding: 60px 0;
}
.news-section .topcon {
	margin-bottom: 10px;
}
.news-section .tabbox {
	width: 100%;
	margin-bottom: 30px;
}
.news-section .tabbox .group {
	margin-bottom: 10px;
}
.news-section .tabbox .group a {
	font-size: 16px;
	font-weight: 400;
	color: #333;
}
.news-section .tabbox .group.on a, .news-section .tabbox .group:hover a {
	color: #274c9f;
}
.news-section .tabbox .group .hr {
	color: #333;
	font-size: 16px;
	margin: 0 10px;
}
.news-section .contentBox {
	width: 100%;
}
.news-section .contentBox .newsbox {
	width: 100%;
	opacity: 0;
	height: 0;
	overflow: hidden;
}
.news-section .contentBox .newsbox.cur {
	height: auto;
	animation: fadeInUpM 500ms .1s forwards;
}
.news-section .contentBox .newsbox.cur .colbox {
	padding: 0;
}
.news-section .contentBox .newsbox.cur .group {
	width: 100%;
	padding: 70px 70px 36px 70px;
	margin-bottom: 10px;
}
.news-section .contentBox .newsbox.cur .group .title {
	width: 100%;
	font-size: 26px;
	font-weight: 400;
	color: #333333;
}
.news-section .contentBox .newsbox.cur .group .date {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
}
.news-section .contentBox .newsbox.cur .group .small {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	margin-bottom: 20px;
}
.news-section .contentBox .newsbox.cur .group .imgbox {
	width: 100%;
	height: 230px;
	line-height: 0;
	font-size: 0;
}
.news-section .contentBox .newsbox.cur .group .imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-section .contentBox .newsbox.cur .group:hover {
	background-color: #274C9F;
}
.news-section .contentBox .newsbox.cur .group:hover .title,
.news-section .contentBox .newsbox.cur .group:hover .date,
.news-section .contentBox .newsbox.cur .group:hover .small {
	color: #fff;
}
/* 新闻资讯 结束 */

/* 合作客户 开始 */
.client-section {
	padding: 100px 0;
	background-color: #fff;
	background-image: url('../newimg/client-bg.png');
	background-position: 50%;
	background-size: cover;
}
.client-section .topcon {
	margin-bottom: 88px;
}
.client-section .container {
	padding: 0;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.client-section .container .group {
	width: 245.8px;
	height: 162px;
	padding: 40px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}
.client-section .container .group .imgbox {
	width: 100%;
	height: 80px;
	line-height: 0;
	font-size: 0;
}
.client-section .container .group .imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.client-section .container .group.g-empty {
	padding: 0;
	height: 0;
	border: 0;
}
/* 合作客户 结束 */

/* 用户反馈 开始 */
.feedback-section {
	padding: 60px 0;
}
.feedback-section .topcon {
	margin-bottom: 50px;
}
.feedback-section .feedback-lists {
	width: 100% !important;
}
.feedback-section .feedback-lists .group {
	width: 100%;
	padding: 50px 0;
}
.feedback-section .feedback-lists .group .title {
	font-size: 26px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 30px;
}
.feedback-section .feedback-lists .group .small {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}
.feedback-section .arrowbox {
	width: 100%;
}
.feedback-section .arrowbox .arrow {
	width: 40px;
	line-height: 40px;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	margin: 0 10px;
}
.feedback-section .arrowbox .arrow:hover {
	background-color: #274C9F;
}
.feedback-section .arrowbox .arrow:hover .icon {
	color: #fff;
}
/* 用户反馈 结束 */

/* 表单部分 开始 */
.form-section {
	padding: 40px 0;
	background-color: #f7f7f7;
}
.form-section .title {
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 30px;
}
.form-section .group {
	width: 100%;
	height: 48px;
	background-color: #fff;
	border-radius: 24px;
}
.form-section .group .label {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	margin-left: 20px;
}
.form-section .group .inp {
	height: 100%;
	line-height: 0;
	padding: 0 20px 0 10px;
}
.form-section .group .inp input {
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #333;
}
.form-section .btns {
	width: 138px;
	line-height: 48px;
	display: inline-block;
	background: #274c9f;
	border-radius: 24px;
	text-align: center;
	color: #fff;
}
/* 表单部分 结束 */


/* 移动端兼容性样式 调整 */
.isMobile .topcon .tit {
	font-size: .6rem;
}
.isMobile .topcon .small {
	font-size: .4rem;
}
.banner.isMobile {
	width: 10rem;
}
.count-section.isMobile {
	width: 10rem;
	padding: .4rem 0;
}
.count-section.isMobile .container {
	padding: 0;
}
.count-section.isMobile .container .col-lg-3.col-md-3.col-sm-6 {
	width: 50%;
	padding: 0;
}
.count-section.isMobile .container .col-lg-3.col-md-3.col-sm-6:nth-child(2n) .group {
	border-right: 0;
}
.count-section.isMobile .group .num {
	font-size: .56rem;
}
.count-section.isMobile .group .num .unit {
	font-size: .4rem;
    line-height: .46rem;
}
.count-section.isMobile .group .text {
	font-size: .36rem;
}
.service-section.isMobile {
	padding: .4rem 0 0 0; 
}
.service-section.isMobile .topcon {
	margin-bottom: .4rem;
}
.service-section.isMobile .container {
	padding: 0;
}
.service-section.isMobile .container .col-lg-4.col-md-12.col-sm-12 {
	padding: 0 .4rem;
	width: 100%;
}
.service-section.isMobile .group {
	box-shadow: 0 0px 4px 2px rgb(171, 188, 206, 0.55);
	margin-bottom: .4rem;
}
.service-section.isMobile .group .g-top {
	width: 100%;
	padding: .4rem;
}
.service-section.isMobile .group .g-top .tit {
	font-size: .4rem;
}
.service-section.isMobile .group .g-con {
	padding: .4rem;
}
.service-section.isMobile .group .g-con .item {
	height: auto;
	margin-bottom: .4rem;
}
.service-section.isMobile .group .g-con .item .text {
	font-size: .44rem;
}
.service-section.isMobile .group .g-con .item .small {
	font-size: .36rem;
}
.service-section.isMobile .group .g-con .item .icon {
	top: .04rem;
}
.fast-section.isMobile {
	width: 10rem;
	padding: 0 0 .4rem 0;
}
.fast-section.isMobile .topcon {
	margin-bottom: .4rem;
}
.fast-section.isMobile .group {
	padding: .4rem;
	height: auto;
	border-right: 0;
	border-bottom: 1px solid #ddd !important;
}
.fast-section.isMobile .col-lg-4.col-md-6.col-sm-12:last-of-type .group {
	border-bottom: 0 !important;
}
.case-section.isMobile {
	width: 10rem;
	padding: .4rem 0;
}
.case-section.isMobile .tabbox {
	margin-bottom: .4rem;
}
.case-section.isMobile  .tabbox .group a {
	font-size: .4rem;
}
.case-section.isMobile  .tabbox .group .hr {
	font-size: .4rem;
	margin: 0 .2rem;
}
.case-section.isMobile .contentBox {
	margin-bottom: 0;
}
.case-section.isMobile .contentBox .casebox.cur .group {
	width: 100%;
}
.case-section.isMobile .contentBox .casebox.cur .group .imgbox {
	height: auto;
}
.process-section.isMobile {
	width: 10rem;
	padding: .4rem 0;
}
.process-section.isMobile .topcon {
	margin-bottom: .4rem;
}
.process-section.isMobile .container .col-lg-4.col-md-12.col-sm-12 {
	width: 100%;
	padding: 0;
}
.process-section.isMobile .group .imgbox {
	width: 100%;
	height: auto;
	margin-bottom: 0;
}
.process-section.isMobile .group .title {
	font-size: .48rem;
	margin-bottom: .4rem;
}
.process-section.isMobile .group .small {
	width: 100%;
	font-size: .4rem;
}
.news-section.isMobile {
	width: 10rem;
	padding: .4rem 0;
}
.news-section.isMobile .tabbox {
	margin-bottom: .4rem;
}
.news-section.isMobile .tabbox .group a {
	font-size: .4rem;
}
.news-section.isMobile .tabbox .group .hr {
	font-size: .4rem;
	margin: 0 .2rem;
}
.news-section.isMobile .contentBox {
	margin-bottom: 0;
}
.news-section.isMobile .contentBox .newsbox.cur .group {
	padding: 0;
}
.news-section.isMobile .contentBox .newsbox.cur .group .title {
	font-size: .48rem;
}
.news-section.isMobile .contentBox .newsbox.cur .group .date,
.news-section.isMobile .contentBox .newsbox.cur .group .small {
	font-size: .36rem;
}
.news-section.isMobile .contentBox .newsbox.cur .group .imgbox {
	height: 6rem;
}
.client-section.isMobile {
	padding: .4rem 0;
}
.client-section.isMobile .topcon {
	margin-bottom: .4rem;
}
.client-section.isMobile .container {
	border: 0;
}
.client-section.isMobile .container .group {
	width: 50%;
}
.client-section.isMobile .container .group:nth-child(2n) {
	border-right: 0;
}
.feedback-section.isMobile {
	width: 10rem;
	padding: .4rem 0;
}
.feedback-section.isMobile .topcon {
	margin-bottom: .4rem;
}
.feedback-section.isMobile .feedback-lists .group {
	padding: .4rem 0;
}
.feedback-section.isMobile .feedback-lists .group .title {
	font-size: .52rem;
	margin-bottom: .4rem;
	font-weight: 600;
}
.feedback-section.isMobile .feedback-lists .group .small {
	font-size: .36rem;
} 
.feedback-section.isMobile .arrowbox .arrow {
	width: .8rem;
	height: .8rem;
	line-height: .6rem;
}
.feedback-section.isMobile .arrowbox .arrow .icon {
	display: inline-block;
	text-align: center;
}
.form-section.isMobile {
	width: 10rem;
	padding: .4rem 0;
}
.form-section.isMobile .title {
	font-size: .48rem;
	font-weight: 600;
}
.form-section.isMobile .formbox {
	-webkit-box-orient: vertical;
  	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
.form-section.isMobile .formbox .col-lg-4.col-md-12.col-sm-12 {
	width: 100%;
	padding: 0;
	margin-bottom: .4rem;
}
.form-section.isMobile .group {
	height: 1.28rem;
}
.form-section.isMobile .group .label {
	font-size: .4rem;
}
.form-section.isMobile .group input {
	font-size: .4rem;
}
.form-section.isMobile .btns {
	width: 3.68rem;
	line-height: .96rem;
	font-size: .4rem;
}














